1) Use font-size instead of color
This makes it easier to compare reference and test because the values
don't change.
2) Actually sort the reference properly
This unbreaks the test.
:not(*) {
- color: tomato;
+ font-size: 1px;
}
:not(GtkButton) {
- color: tomato;
+ font-size: 2px;
}
:not(:hover) {
- color: tomato;
+ font-size: 3px;
}
:not(.yourmom) {
- color: tomato;
+ font-size: 4px;
}
:not(#yourmom) {
- color: tomato;
+ font-size: 5px;
}
:not( *) {
- color: tomato;
+ font-size: 6px;
}
:not( GtkButton) {
- color: tomato;
+ font-size: 7px;
}
:not( :hover) {
- color: tomato;
+ font-size: 8px;
}
:not( .yourmom) {
- color: tomato;
+ font-size: 9px;
}
:not( #yourmom) {
- color: tomato;
+ font-size: 10px;
}
:not(* ) {
- color: tomato;
+ font-size: 11px;
}
:not(GtkButton ) {
- color: tomato;
+ font-size: 12px;
}
:not(:hover ) {
- color: tomato;
+ font-size: 13px;
}
:not(.yourmom ) {
- color: tomato;
+ font-size: 14px;
}
:not(#yourmom ) {
- color: tomato;
+ font-size: 15px;
}
:not( * ) {
- color: tomato;
+ font-size: 16px;
}
:not( GtkButton ) {
- color: tomato;
+ font-size: 17px;
}
:not( :hover ) {
- color: tomato;
+ font-size: 18px;
}
:not( .yourmom ) {
- color: tomato;
+ font-size: 19px;
}
:not( #yourmom ) {
- color: tomato;
+ font-size: 20px;
}
:not(*) {
- color: rgb(255,99,71);
+ font-size: 1px;
}
-:not(GtkButton) {
- color: rgb(255,99,71);
+:not(*) {
+ font-size: 6px;
}
-:not(:hover) {
- color: rgb(255,99,71);
+:not(*) {
+ font-size: 11px;
}
-:not(.yourmom) {
- color: rgb(255,99,71);
+:not(*) {
+ font-size: 16px;
}
-:not(#yourmom) {
- color: rgb(255,99,71);
+:not(GtkButton) {
+ font-size: 2px;
}
-:not(*) {
- color: rgb(255,99,71);
+:not(GtkButton) {
+ font-size: 7px;
}
:not(GtkButton) {
- color: rgb(255,99,71);
+ font-size: 12px;
}
-:not(:hover) {
- color: rgb(255,99,71);
+:not(GtkButton) {
+ font-size: 17px;
}
-:not(.yourmom) {
- color: rgb(255,99,71);
+:not(:hover) {
+ font-size: 3px;
}
-:not(#yourmom) {
- color: rgb(255,99,71);
+:not(.yourmom) {
+ font-size: 4px;
}
-:not(*) {
- color: rgb(255,99,71);
+:not(:hover) {
+ font-size: 8px;
}
-:not(GtkButton) {
- color: rgb(255,99,71);
+:not(.yourmom) {
+ font-size: 9px;
}
:not(:hover) {
- color: rgb(255,99,71);
+ font-size: 13px;
}
:not(.yourmom) {
- color: rgb(255,99,71);
+ font-size: 14px;
}
-:not(#yourmom) {
- color: rgb(255,99,71);
+:not(:hover) {
+ font-size: 18px;
}
-:not(*) {
- color: rgb(255,99,71);
+:not(.yourmom) {
+ font-size: 19px;
}
-:not(GtkButton) {
- color: rgb(255,99,71);
+:not(#yourmom) {
+ font-size: 5px;
}
-:not(:hover) {
- color: rgb(255,99,71);
+:not(#yourmom) {
+ font-size: 10px;
}
-:not(.yourmom) {
- color: rgb(255,99,71);
+:not(#yourmom) {
+ font-size: 15px;
}
:not(#yourmom) {
- color: rgb(255,99,71);
+ font-size: 20px;
}
-